Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.ICollection. | |
DefaultSize | Gets or sets the default size for the items in the collection. | |
IsFixedSize | Gets whether the collection size can change. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets or sets the element at the specified index. | |
MaxSize | Gets or sets the maximum size for the items in the collection. | |
MinSize | Gets or sets the minimum size for the items in the collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |